Skip to content

Commit ec2bde6

Browse files
committed
nuc stuff
1 parent a5227ed commit ec2bde6

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

projectfolder/Design/style.css

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ body {
2424
/* font-family: sans-serif; */
2525
font-family: 'Poppins', sans-serif;
2626
color: #343a40;
27+
border-bottom: 5px solid #087f5b;
2728
}
2829

2930
.container {
@@ -55,16 +56,25 @@ h2 {
5556
text-decoration: none;
5657
text-transform: uppercase;
5758

58-
padding: 16px 32px;
5959
display: inline-block;
6060
font-weight: 500;
61-
font-size: 18px;
6261
}
6362

6463
.btn:hover,
6564
.btn:active {
6665
background-color: #099268;
6766
}
67+
68+
.btn--big {
69+
padding: 16px 32px;
70+
font-size: 18px;
71+
}
72+
73+
.btn--small {
74+
font-size: 14px;
75+
padding: 8px 12px;
76+
}
77+
6878
/* ------------------------ */
6979
/* COMPONENT STYLES */
7080
/* ------------------------ */
@@ -116,6 +126,9 @@ img {
116126

117127
/* TESTIMONIAL */
118128
.testimonial-section {
129+
background-color: #087f5b;
130+
color: white;
131+
padding: 24px;
119132
}
120133

121134
.testimonial-box {
@@ -174,4 +187,5 @@ h3 {
174187
footer {
175188
margin-bottom: 48px;
176189
font-size: 14px;
190+
color: #868e96;
177191
}

0 commit comments

Comments
 (0)