-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathstyle.css
More file actions
100 lines (84 loc) · 1.81 KB
/
Copy pathstyle.css
File metadata and controls
100 lines (84 loc) · 1.81 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
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,body{
height: 100%;
width: 100%;
}
h1{ color:rgba(237, 239, 236, 0.908);
font-size: 85px ;
font-family: cursive;
text-align: center;
font-weight: bolder;
background-color: black;
text-shadow: 60px;
margin-bottom: 10px;}
h2{ color: rgb(6, 9, 3);
font-size: 55px;
font-family: cursive;
font-style: italic;
text-align:center ;
font-weight: bold;
}
p{ color: color-mix(in srgb, rgb(0, 0, 0) 40%, rgba(255, 64, 0, 0.74) 60%);
text-align: center;
font-size: 35px;
text-decoration: wavy;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-weight: lighter;
margin: 50px;
padding: 20px;}
#box{ height:18% ;
width: 80%;
background-color: rgba(250, 235, 215, 0.421);
margin-top: 45px;
margin-left: 10%;
border-radius: 40px;
display: flex;
justify-content: space-evenly;
align-items: center;
}
#email{ height: 80px;
width: 100px;
border-color: black;
font-size: 21px;
border-width: 5px;
border-color: black;
border-style: groove;
text-align: center;
border-radius: 25px;
background-color: rgba(250, 235, 215, 0.185);}
#linkedin{height: 80px;
width: 180px;
border-color: black;
font-size: 21px;
background-color: rgba(250, 235, 215, 0.185);
border-width: 5px;
border-color: black;
border-style: groove;
text-align: center;
border-radius: 25px;
}
#Github{
height: 80px;
width: 190px;
background-color: rgba(250, 235, 215, 0.185);
border-color: black;
border-width: 5px;
border-style: groove;
font-size: 21px;
text-align: center;
border-radius: 25px;
}
#Changebackgroundcolors{height: 10%;
width: 100%;
justify-content: space-evenly;
align-items: center;
display: flex;
}
#backgroundcolors{height: 40px;
width: 70%;
display: flex;
justify-content: space-evenly;}