Clase Sass

Size
2,295 Kb
Views
26,312

How do I make an clase sass?

What is a clase sass? How do you make a clase sass? This script and codes were developed by MoyArt Maximus on 25 August 2022, Thursday.

Clase Sass Previews

Clase Sass - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Clase Sass</title> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="contenedor"> <h1>Contenedor Audaz</h1> <h2>Reutilizando Mixins</h2> <p>Hola Mundo <a href="#">BBVA</a></p>
</div>
</body>
</html>

Clase Sass - Script Codes CSS Codes

body { background-color: #ff0000;
}
body h1 { font-family: arial, sans-serif; font-weight: bold; font-size: 60px; color: #660000; margin: 20px auto;
}
body h2 { font-family: arial, sans-serif; font-weight: bold; font-size: 50px; color: #660000; margin: 20px auto; color: lime;
}
body p { margin: 50px auto; display: block; color: #ff0000; font-size: 18px; background-color: #ccc; padding: 20px; border-radius: 5px;
}
body p a { font-weight: bold; text-decoration: none;
}
body p a:visited { color: #990000;
}
body p a { /*Reglas de estilos*/
}
.contenedor { width: 52.08333%; margin: 20px auto;
}
@media screen and (min-width: 500px) { .contenedor { width: 500px; margin: 20px auto; }
}
Clase Sass - Script Codes
Clase Sass - Script Codes
Home Page Home
Developer MoyArt Maximus
Username MoyArt
Uploaded August 25, 2022
Rating 3
Size 2,295 Kb
Views 26,312
Do you need developer help for Clase Sass?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

MoyArt Maximus (MoyArt) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!