inline CSS

  • Post category:CSS

Get the code of inline CSS and watch video tutorials. You can practice using our code editor. Our practical guide will make your learning journey much easier. You can explore the tutorial and learn.

<p 
style="
  text-align: center;
  color: white;
  background: brown;
  padding: 15px;
  font-size: 40px;
  font-weight: bold;
"   
>My Website</p>