CSS ID Selector
Example <p id = "post1"> We are Bangladesh Hostgator hosting provider. The world wide technical and support team is working for your best mov…Read More
CSS Class Selector
For example <p class = "mar"> 24/7 Support </ p> css code for
.mar {color: # C03;
font-size: 36px}
Practice Project Code:
…Read More
How to cc calendar layout How to css calendar Layout Code
* {box-sizing:border-box;}
ul {list-style-type: none;}
body {font-family: Verdana,sans-serif;}
.month {
…Read More
How TO - Alert Buttons CodeCSS Buttons Code
.btn {
border: none;
color: white;
padding: 14px 28px;
font-size: 16px;
cursor: pointer;
}
.success {bac…Read More
0 comments:
Post a Comment