-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
59 lines (58 loc) · 857 Bytes
/
style.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
h1{
text-align: center;
}
.profile-img{
border-radius: 5px;
width: 100%;
}
.first{
margin-top: 20px;
}
.title {
font-size: 25px;
font-weight: bold;
}
.data-user{
font-weight: 400;
font-size: 25px;
}
footer{
text-align: center;
}
.achie-img{
height: 150px;
width: 250px;
margin: 20px 0;
}
.achie-nimg{
height: 300px;
width: 350px;
}
.follower-img{
width: 100px;
height: 100px;
margin: 20px;
border-radius: 5px;
}
.my-repos{
background-color: rgb(228, 228, 228);
padding: 20px;
border-radius: 5px;
margin: 10px 0;
}
.my-repos .repo-title{
font-size: 20px;
font-weight: 500;
}
#repo-search{
margin: 20px;
}
.repo-owner .repo-data{
margin-left: 20px;
}
.repo-owner-img{
width: 150px;
height: 150px;
margin: 20px 0;
border-radius: 5px;
}