-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
85 lines (75 loc) · 1.56 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
body {
background-color: black;
color: white;
font-family: "Signika", Arial, sans-serif;
}
#name_title {
font-size: 40px;
margin-left: 200px;
margin-top: 50px;
}
#sub_name {
position: relative;
}
.fixated_menu {
list-style: none;
background-color: white;
width: 350px;
float: right;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
border-radius: 30px;
margin-right: 20px;
margin-top: -30px;;
display: flex;
justify-content: space-between;
position: relative;
}
.fixed_button {
border: none;
background-color: white;
font-size: 20px;
margin-left: 10px;
margin-right: 10px;
font-family: "Signika", Arial, sans-serif;
font-weight: 2px;
}
.about_me {
display: flex;
}
#me_header {
background-color: #e5e0d8;
width: 200px;
font-size: 20px;
font-weight: 4px;
color: black;
padding: 10px;
padding-left: 30px;
border-radius: 0px 30px 30px 0px;
text-align: center;
margin-left: -20px;
}
#me_details {
width: 400px;
margin-left: 50px;
font-size: 20px;
background-color: #e5ada8;
padding: 20px;
padding-left: 40px;
padding-right: 40px;
border-radius: 40px;
font-family: "Signika", Arial, sans-serif;
}
#contact {
margin-left: 40px;
display: flex;
justify-content: center;
text-align: center;
}
.contact_button {
font-size: 20px;
min-width: 250px;
height: 70px;
}