Skip to content

Commit bb5e926

Browse files
committed
Update style.css
1 parent 9a47c7b commit bb5e926

File tree

1 file changed

+38
-4
lines changed

1 file changed

+38
-4
lines changed

Assignments/module-3/style.css

+38-4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2+
3+
.navbar{
4+
border-radius: 0px;
5+
}
6+
17
.navbar-brand{
28
font-size: 25px;
39
}
@@ -9,8 +15,36 @@
915
}
1016

1117

12-
@media (min-width: 768px){
13-
.menu-item{
14-
visibility: none;
15-
}
18+
.main-title{
19+
margin-bottom: 15px;
20+
text-align: center;
21+
color: #ff4532;
22+
font-size: 50px;
23+
font-family: "Comic Sans MS", cursive, sans-serif;
24+
font-weight: bold;
25+
}
26+
27+
28+
.row{
29+
margin: 20px;
30+
}
31+
32+
.content-box{
33+
margin: 20px;
34+
width: auto;
35+
height: auto;
36+
color: black;
37+
background-color: rgba(0,0,0,0.2);
38+
font-family: "Comic Sans MS", cursive, sans-serif;
39+
padding: 20px;
40+
}
41+
42+
.item-name{
43+
text-align: center;
44+
font-size: 20px;
45+
font-weight: bold;
46+
}
47+
48+
#top{
49+
1650
}

0 commit comments

Comments
 (0)