We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a47c7b commit bb5e926Copy full SHA for bb5e926
Assignments/module-3/style.css
@@ -1,3 +1,9 @@
1
+
2
3
+.navbar{
4
+ border-radius: 0px;
5
+}
6
7
.navbar-brand{
8
font-size: 25px;
9
}
@@ -9,8 +15,36 @@
15
10
16
11
17
12
-@media (min-width: 768px){
13
- .menu-item{
14
- visibility: none;
- }
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
34
+ width: auto;
35
+ height: auto;
36
+ color: black;
37
+ background-color: rgba(0,0,0,0.2);
38
39
+ padding: 20px;
40
41
42
+.item-name{
43
44
+ font-size: 20px;
45
46
47
48
+#top{
49
50
0 commit comments