-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
96 lines (90 loc) · 1.54 KB
/
style.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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
nav{
font-family: 'Italianno', cursive;
font-size: 32px;
padding: 2rem;
display: flex;
justify-content: space-between;
}
div{
display: block;
}
main{
margin: 3rem;
font-family: 'Glory', sans-serif;
}
.small-font{
font-size: 18px;
}
.contact-list,.skills-list {
list-style: none;
line-height: 2.75em;
padding: .75em 0;
}
.odd{
background: #FFEDED;
}
.nav-select{
float: right;
}
.section{
font-family:'Glory', sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
}
hr{
width:min-content;
border: 1px solid #FC852F;
}
.main-front{
font-weight: 400;
font-size: 25px;
line-height: 31px;
color: #000000;
padding: 3rem;
}
a{
text-decoration: none;
color: #000000;
}
#btn{
box-sizing: border-box;
width: 248px;
height: 40px;
background: #FC852F;
border: 1px solid #D3B3B3;
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 10px;
cursor: pointer;
font-weight: bold;
}
img{
width: 312px;
height: 321px;
/* transform: rotate(6.98deg); */
}
.slass{
position: absolute;
width: 325px;
border-color: #FC852F;
transform: rotate(116.75deg);
}
u{
text-decoration: underline;
text-decoration-color: #FC852F;
}
.section-heading{
font-size: 32px;
}
/* .whitee{
position: absolute;
width: 308.95px;
height: 335.67px;
background: #FFFEFE;
transform: rotate(0.19deg);
} */