added first three mockups

This commit is contained in:
2026-07-20 05:38:53 -05:00
parent 4dce423c4f
commit f839df7863
864 changed files with 235286 additions and 1 deletions
+90
View File
@@ -0,0 +1,90 @@
@import url("https://fonts.googleapis.com/css?family=Nunito:400,600");
body {
font-family: "Nunito", sans-serif;
}
img {
width: 100%;
display: block;
}
.header {
background-color: #fff;
/* background-color: #1e1d2b; */
padding: 20px 0;
box-shadow: 0px 5px 30px rgba(189, 189, 189, 0.5);
}
.header h1 a {
color: #0abc9c;
}
.header h1 a:hover {
text-decoration: none;
}
.header p {
color: #1e1d2b;
font-weight: 600;
margin-bottom: 0;
}
.logo {
max-width: 100px;
display: block;
}
.nav-sidebar nav {
position: relative;
}
.nav-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}
.nav-sidebar li {
display: block;
}
.nav-sidebar a {
color: #111;
display: block;
text-transform: capitalize;
}
.main-content {
position: relative;
padding: 60px 0;
}
.single-div {
border-bottom: 1px solid #ddd;
padding-bottom: 30px;
margin-bottom: 50px;
}
.single-div h3 {
font-size: 26px;
margin-bottom: 15px;
font-weight: 600;
}
.inner-div ul li {
padding: 2px 0;
}
.inner-div ul li > ul {
margin-bottom: 20px;
}
.single-div h3,
.nav-title {
position: relative;
padding-bottom: 15px;
margin-bottom: 10px;
}
.single-div h3::after,
.nav-title::after {
content: "";
background: #d92128;
width: 40px;
height: 3px;
position: absolute;
left: 0;
bottom: 0;
}
.footer {
background-color: #343a40;
padding: 30px 0;
}
.footer p {
margin-bottom: 0;
color: #fff;
}