Why CSS Architecture Matters Example 3

Developer
Size
2,175 Kb
Views
8,096

How do I make an why css architecture matters example 3?

What is a why css architecture matters example 3? How do you make a why css architecture matters example 3? This script and codes were developed by Derick Ruiz on 27 December 2022, Tuesday.

Why CSS Architecture Matters Example 3 Previews

Why CSS Architecture Matters Example 3 - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Why CSS Architecture Matters Example 3</title> <link href='https://fonts.googleapis.com/css?family=Fira+Sans:300' rel='stylesheet' type='text/css'>
<meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <ul class="Navigation" role="navigation"> <li class="Navigation-item Navigation-item--active"><a href="#">home</a></li> <li class="Navigation-item"><a href="#">products</a></li> <li class="Navigation-item"><a href="#">about</a></li> <li class="Navigation-item"><a href="#">search</a></li>
</ul>
</body>
</html>

Why CSS Architecture Matters Example 3 - Script Codes CSS Codes

.Navigation { background-color: #F8F8F8; height: 2.6179rem; box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}
.Navigation-item > a { display: block; padding: 0.618rem 1rem;
}
.Navigation-item { display: block; float: left; position: relative; height: 100%; font-family: "Fira Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1rem; font-weight: 300; text-transform: capitalize; border-right: 1px solid #152941;
}
/* Styles for hovers and responsive styles not very important for the example */
.Navigation-item:hover::before,
.Navigation-item--active::before { content: ""; position: absolute; bottom: 0; right: 50%; -webkit-transform: translateX(50%) translateZ(0); transform: translate3d(50%) translateZ(0); display: block; height: 0.236rem; width: 80%; background-color: rgba(18, 48, 85, 0.3);
}
.Navigation-item--active::before { background-color: #123055;
}
@media only screen and (min-width: 500px) { .Navigation { height: 4.2358rem; } .Navigation-item { font-size: 1.618rem; } .Navigation-item > a { padding: 1rem 1.618rem; }
}
/* Reset */
* { box-sizing: border-box;
}
a { text-decoration: none; color: #1D395B; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;
}
ul { margin: 0; padding: 0;
}
ul li { list-style: none;
}
/* End Reset */
Why CSS Architecture Matters Example 3 - Script Codes
Why CSS Architecture Matters Example 3 - Script Codes
Home Page Home
Developer Derick Ruiz
Username derickruiz
Uploaded December 27, 2022
Rating 3
Size 2,175 Kb
Views 8,096
Do you need developer help for Why CSS Architecture Matters Example 3?

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!

Derick Ruiz (derickruiz) Script Codes
Create amazing captions 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!