-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRitwik_Raj.css
97 lines (86 loc) · 1.6 KB
/
Ritwik_Raj.css
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
h1{
font-family: "Baskervville SC", serif;
font-weight: 400;
font-style: normal;
color: white;
text-align: center;
padding: 20px;
font-size: 5rem;
}
body{
background-color: black;
}
.images{
margin: 100px 0 0 200px;
width: 70%;
height: 450px;
display: flex;
justify-content: center;
gap: 10px;
margin-top: 20px;
}
.images img{
width: 10%;
height: 100%;
object-fit: cover;
border-radius: 10px;
border: 2px solid white;
transition: all ease-in-out 0.5s;
margin-top: 0px;
}
.images img:hover{
width: 45%;
}
.one{
margin-left: 32px;
}
ul{
display: flex;
gap: 1rem;
list-style: none;
}
ul li{
color: #fff;
display: grid;
place-content: center;
margin: 0;
}
.menu{
text-decoration: none;
color: white;
text-align: center;
margin-left: 40PX;
padding-top: 50PX;
padding-bottom: 50px;
}
.menu::before{
content: "";
position: absolute;
width: 100%;
height: 2px;
background: #fff;
border-radius: 5px;
transform: scaleX(0);
transition: all .5s ease;
bottom: 0;
left: 0;
}
#menu{
margin-left: 20px;
}
footer{
background-color: white;
color: black;
text-align: center;
padding: 10px;
}
.box{
height: 150px;
width: 1200px;
border: solid white 5px;
margin-left: 150px;
justify-content: center;
text-align: center;
margin-top: 100px;
margin-bottom: 100px;
}