-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.css
More file actions
93 lines (90 loc) · 1.37 KB
/
Copy pathlayout.css
File metadata and controls
93 lines (90 loc) · 1.37 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
*{
padding: 0px;
margin: 0px;
}
body{
padding: 0px 90px;
}
nav{
display: flex;
justify-content: space-between;
background-color: crimson;
}
ul{
display: flex;
gap: 40px;
list-style-type: none;
}
a{
text-decoration: none;
color: black;
}
#fb{
width: 50px;
height: 45px;
}
#red-font{
color:deeppink;
}
#h3font{
font-family: Verdana, Geneva, Tahoma, sans-serif
}
#h6font{
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
#ig{
width: 300px;
height: 250px;
}
#home{
display: flex;
justify-content: space-around;
gap: 20%;
background-color:darkgray ;
padding: 50px;
}
#aboutme{
display: flex;
justify-content: space-around;
gap: 20%;
background-color: white;
padding: 10px;
background-color: deeppink;
padding: 70px;
}
#skills{
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
border: 2px;
height: 500px;
text-align: center;
}
#one{
height: 300px;
width: 300px;
border: 2px solid black;
background-color: crimson;
}
#two{
height: 300px;
width: 300px;
border: 2px solid black;
}
#three{
height: 300px;
width: 300px;
border: 2px solid black;
}
.para{
text-align: center;
}
#section{
background-color: bisque;
}
#footer{
background-color: white;
padding: 40px;
background-color: deeppink;
}