This is normal text in paragraph
This is smaller text
Copy-paste this code to in your editor to get the respective style :
<h3>This is larger heading<h3>
<h4>This is smaller heading<h4>
<p>This is normal text in paragraph<p>
<small>This is smaller text<small>
Copy-paste this code to in your editor to get the respective style :
.fluid, .cnter {
font-size:20px;
padding:40px;
color:white;
background-color:#F87171;
}
.cnter {
text-align:center;
margin:40px 0px 40px 0px;
}
Copy-paste this code to in your editor to get the respective style :
a {
padding:10px;
text-decoration:none;
color:white;
background-color:#DC2626;
font-weight:bold;
letter-spacing:1px;
border-radius:10px;
}
#secondary {
background-color:#FECACA;
border:2px solid #DC2626;
color:black;
margin-left:20px;
}
Copy-paste this code to in your editor to get the respective style :
ul {
list-style-type:none;
}
#inlineList li {
display:inline;
margin:0px 30px 30px 0px;
font-weight:bold;
}
Copy-paste this code to in your editor to get the respective style :
ul {
list-style-type:none;
}
#inlineList li {
display:inline;
margin:0px 30px 30px 0px;
font-weight:bold;
text-align:right;
}
.nav {
height:100px;
color:white;
background-color:#EF4444;
padding:10px 10px 30px 40px;
border-radius:20px;
}
We are an open community of developers building resources for a better Web, regardless of brand, browser, or platform. Anyone can contribute and each person who does makes us stronger. Together we can continue to drive innovation on the Web to serve the greater good. It starts here, with you.
We are an open community of developers building resources for a better Web, regardless of brand, browser, or platform. Anyone can contribute and each person who does makes us stronger. Together we can continue to drive innovation on the Web to serve the greater good. It starts here, with you.