-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
65 lines (53 loc) · 1006 Bytes
/
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
body {
font-family: 'Poppins', sans-serif;
margin: 0;
}
h1 {
font-size: 50px;
}
.hire-me-button {
text-decoration: none;
padding: 5px 20px;
background-image: linear-gradient(red, black);
color: aliceblue;
border-radius: 5px;
}
.chanchal {
color: orange;
}
.flexible-container {
display: flex;
margin-bottom: 150px;
}
footer {
text-align: center;
}
.half-width {
width: 100%;
padding: 30px 50px;
}
.sec {
background-image: url(photo/exp-bg.png);
background-position: left;
background-repeat: no-repeat;
}
.bg {
background-image: url(photo/top-banner.png);
background-repeat: no-repeat;
margin: 0;
}
.dream-big {
background-image: url(photo/dream-bg.png);
background-position: right;
background-repeat: no-repeat;
}
.box {
box-shadow: 10px 10px 40px black;
width: 40%;
margin: 5% 5%;
padding: 5px 30px;
border-left: 7px solid blueviolet;
}
#full {
border-left: 7px solid tomato;
}