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>
+
}}