-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (100 loc) · 1.57 KB
/
style.css
File metadata and controls
111 lines (100 loc) · 1.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.new{
display: flex;
padding: 10px;
justify-content: space-between;
}
.nvv{
display: flex;
align-items: center;
}
nav{
font-size: 20px;
display: flex;
}
.spann{
font-weight: bold;
}
nav ul li{
display: inline-block;
}
nav ul li a{
color: black;
text-decoration: none;
margin-left: 37px;
word-spacing: 20px;
}
nav i{
margin-left: 20px;
}
.nvv2 .get{
background: #4353ff;
color: white;
padding: 9px
}
nav ul li a:hover{
color: #4353ff;
}
.get:hover{
cursor: pointer;
background: #0b1ff5;
}
.nvv2{
display: flex;
}
.container2{
display: flex;
padding-top: 129px;
justify-content: space-evenly;
margin-right: 67px;
}
.nvv1{
font-size: 28px;
width: 50%;
}
.container3{
display: flex;
justify-content: space-around;
/* padding-top: 64px; */
margin: 20px 36px;
font-size: 19px;
}
.new1{
width: 18%;
}
.new1 h2,i{
margin-bottom: 20px;
}
.new1 i{
font-size: 27px;
margin-left: 7px;
}
.new1:hover{
cursor: pointer;
border: 1px solid black;
}
.container4{
display: flex;
justify-content: space-around;
/* padding-top: 64px; */
margin: 20px 36px;
font-size: 19px;
}
.new2{
width: 18%;
}
.new2 h2,i{
margin-bottom: 20px;
}
.new2 i{
font-size: 27px;
margin-left: 7px;
}
.new2:hover{
cursor: pointer;
border: 1px solid black;
}