-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhritesh.css
More file actions
127 lines (118 loc) · 1.96 KB
/
hritesh.css
File metadata and controls
127 lines (118 loc) · 1.96 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
background-color: bisque;
font-family: sans-serif;
}
header {
text-align: center;
margin-bottom: 25px;
}
.heading {
text-align: center;
margin-top: 20px;
}
.heading h1 {
font-size: 60px;
font-weight: 700;
color: rgba(119, 139, 139, 0.929);
margin-bottom: 10px;
}
h1 .island {
width: 60px;
height: 60px;
border-radius: 0px;
}
.heading h2 {
font-size: 30px;
font-weight: 300;
color: #444;
}
.topic {
align-items: start;
width: 85%;
margin: 10px;
}
.topic h2 {
font-size: 45px;
color: #444;
align-items: start;
text-align: right;
background-color: burlywood;
}
.prof {
margin: auto;
width: 100%;
}
.topic .profile {
width: 100px;
height: 100px;
border-radius: 50%;
float: left;
margin-top: 0px;
}
.about {
font-size: 25px;
color: #444;
}
.about p {
color: black;
font-size: 20px;
margin-top: auto;
margin-bottom: auto;
width: 100%;
}
.interest {
align-items: start;
margin-top: 40px;
}
.interest h3 {
font-size: 20px;
}
.interest .rest {
width: 130px;
height: 140px;
border-radius: 30px;
}
.interest .art {
width: 210px;
height: 230px;
border-radius: 15px;
}
.gallery h2 {
margin-top: 40px;
align-items: start;
}
.gallery .vault {
width: 240px;
height: 260px;
}
.gallery .light {
width: 230px;
height: 260px;
}
.gallery .family {
width: 300px;
height: 290px;
}
.links img {
width: 40px;
height: 40px;
border-radius: 15px;
align-items: center;
}
footer {
text-align: center;
font-size: 22px;
background-color: rgb(99, 45, 45);
}
@media only screen and(min-width:1000px) {
.prof{
width: 50%;
}
.profile{
width: 100px;
height: 100px;
}
.about{
width: 50%;
}
}