below you see my projects. SEE MY RENDERED WEB WORK HERE

I learned this CSS today:
.box{
width: 300px;
/* height: 100px; */
outline: 2px solid white;
padding: 10px;
margin: 20px;
background-color: lightcyan;
}
above you see the word .box which is a class selector.