init
This commit is contained in:
commit
d371c44145
98 changed files with 41443 additions and 0 deletions
46
assets/css/custom/custom.css
Normal file
46
assets/css/custom/custom.css
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
/* Custom CSS for Opzeker IT */
|
||||
|
||||
.services-section {
|
||||
padding: 140px 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.services-headline h2 {
|
||||
color: #ffffff;
|
||||
font-size: 36px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.services-headline p {
|
||||
color: #ffffff;
|
||||
font-size: 18px;
|
||||
margin-bottom: 50px;
|
||||
padding: 0 15%;
|
||||
}
|
||||
|
||||
.service-box {
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
margin-bottom: 30px;
|
||||
background-color: transparent;
|
||||
transition: all 0.3s ease-in-out;
|
||||
}
|
||||
|
||||
.service-icon {
|
||||
font-size: 48px;
|
||||
color: #007bff;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.service-content h4 {
|
||||
font-size: 22px;
|
||||
font-weight: 600;
|
||||
margin-bottom: 15px;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
.service-content p {
|
||||
font-size: 16px;
|
||||
color: #ffffff;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue