-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (76 loc) · 1.1 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
body{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
section{
height: 90vh;
width: 88%;
margin: 3%;
padding: 3%;
}
.mt1{
margin-top: 100px;
}
.mt05{
margin-top: 50px;
}
.half_width{
margin: 2% 5%;
padding: 2%;
width: 40%;
}
.half_width img{
width: 450px;
}
.flex{
display: flex;
}
h2{
font-size: 2.5rem;
color: rgb(253, 4, 87);
}
h3{
font-size: 1.5rem;
color: #222;
}
p{
text-align: justify;
font-size: 1rem;
color: #222;
}
button{
padding: 10px 20px;
background-color: rgb(253, 4, 87);
color: white;
font-weight: bolder;
border: none;
border-radius: 15px;
cursor: pointer;
}
.text_center{
text-align: center;
}
.Work img{
width: 400px;
box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.m2{
margin: 20px;
}
.contact{
margin: 10% 25% 0 25%;
padding: 2%;
background-color: rgb(253, 4, 87);
border-radius: 25px;
}
.contact h3{
color: white;
}
.contact p{
color: white;
}
footer{
height: 300px;
}