-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
106 lines (91 loc) · 1.4 KB
/
styles.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
98
99
100
101
102
103
104
105
106
body{
margin: 0;
text-align: center;
font-family: 'Chakra Petch', sans-serif;
font-size: 20px;
background-color: #F7E2E2;
}
h1{
margin-top: 0;
font-family: 'Montez', cursive;
font-size: 60px;
}
.Top-Container{
background-color: #F6E7D8;
position: relative;
padding-top: 100px;
}
.middle-container{
padding: 0;
margin: 0;
}
.mountain{
padding-left: 205px;
}
.cloud{
position: absolute;
left: 300px;
Bottom:400px;
}
.cloud2{
position: absolute;
right: 300px;
top: 50px;
}
.profile{
background-color: #F7E2E2;
}
.skills{
background-color: #F7E2E2;
}
.contact-me{
background-color: #F7E2E2;
}
.bottom-container{
background-color:#F7E2E2;
}
.Html{
position:absolute;
height: 70px;
width:70px;
left: 150px;
top: 50px;
}
.css{
position:absolute;
height: 60px;
width:60px;
left: 100px;
top: 120px;
}
.java{
position:absolute;
height: 58px;
width:58px;
left: 215px;
top: 120px;
}
.coding{
position:absolute;
height: 330px;
width: 330px;
right: 30px;
top: 120px;
}
li{
list-style-type: none;
align-items: center;
align-content: center;
}
hr{
height: 5px;
border: 2px solid black;
border-radius: 10px;
background: linear-gradient(to left, blue, red);
}
.giphy{
position: absolute;
height: 350px;
width: 350px;
right: 140px;
}