Answers for "how to create a css class"

4

how to create a css class

<style>
.myclass { /* CLASS CREATED */
  background-color: transparent;
  height:50px;
  width:50px;
}
</style>
<body>
<div class="myclass"></div>
<body>
Posted by: Guest on April-15-2021
0

best way to write css class name

.stick_man__head {
Posted by: Guest on February-17-2021

Browse Popular Code Answers by Language