-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchallenge.css
More file actions
90 lines (79 loc) · 1.3 KB
/
Copy pathchallenge.css
File metadata and controls
90 lines (79 loc) · 1.3 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Poppins", sans-serif;
color: #b3b3b3;}
body {
background: #00001c;
height: 100vh;
}
a {
text-decoration: none;
color: #b3b3b3;
}
header {
position: fixed;
width: 95%;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
margin: 30px;
}
header ul {
display: flex;
justify-content: center;
align-items: center;
list-style: none;
}
header ul li {
margin-right: 30px;
}
header ul li a {
padding: 6px 15px;
border-radius: 20px;
}
header ul li a:hover {
background-color: #b3b3b3;
color: black;
}
header ul li .active {
background-color: #b3b3b3;
color: white;
}
.p1{
color: #b3b3b3;
font-size: 25px;
}
.div1{
text-align: center;
padding: 150px;
}
.mdiv{
flex: 0 0 50%;
max-width: 50%;
text-align: center;
padding-right: 100px;
padding-left: 100px;
}
.div2{
position: relative;
width: 100%;
}
.div3{
position: relative;
width: 100%;
margin-left: 770px;
margin-top: -400px;
}
.image1{
border-radius: 8px;
width: 400px;
height: 300px;
}
.image2{
border-radius: 8px;
width: 400px;
height: 300px;
}