Difference between revisions of "Template:Alexa-css"

From wiki
Jump to navigation Jump to search
Line 1: Line 1:
{{Onboarding-css}}
+
{{ #css
 
+
html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;}
 
+
.w3-sidebar {
<h1 class = "AlexaClass"> I am Alexa </h1>
+
  z-index: 3;
<style>
+
  width: 250px;
.AlexaClass
+
  top: 43px;
{
+
  bottom: 0;
color:red;
+
  height: inherit;
 
}
 
}
</style>
+
}}

Revision as of 14:40, 15 March 2022

{{ #css html,body,h1,h2,h3,h4,h5,h6 {font-family: "Roboto", sans-serif;} .w3-sidebar {

 z-index: 3;
 width: 250px;
 top: 43px;
 bottom: 0;
 height: inherit;

} }}