Skip to content

Commit 256d6db

Browse files
authored
Update index.css
1 parent a3157bc commit 256d6db

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

index.css

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ ul li a
9393
transform: translate(2%,-40%);
9494
position: absolute;
9595
}
96+
ul li
97+
{
98+
margin-right: 15px;
99+
}
96100
}
97101

98102
/*1200
@@ -141,8 +145,41 @@ ul li a
141145
.top
142146
{
143147
top: 31%;
144-
right: 18%;
148+
right: 10%;
149+
left: 16%;
145150
transform: translate(-4%,-35%);
146151
position: fixed;
147152
}
153+
.image img
154+
{
155+
position: relative;
156+
left: 2%;
157+
}
158+
.image h1
159+
{
160+
font-size: 25px;
161+
}
162+
p
163+
{
164+
font-size: 19px;
165+
}
166+
ul li
167+
{
168+
margin-right: 0;
169+
margin-right: 10px;
170+
}
171+
ul li a
172+
{
173+
font-size: 20px;
174+
}
175+
.codeforces
176+
{
177+
width: 25px;
178+
height: 25px;
179+
}
180+
.codechef
181+
{
182+
width: 26px;
183+
height: 26px;
184+
}
148185
}

0 commit comments

Comments
 (0)