-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (104 loc) · 1.79 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
97
98
99
100
101
102
103
104
body{
margin: 0;
padding: 0;
font-family: 'Roboto Slab', serif;
}
section{
padding: 40px 0px;
}
h1{
font-size: 50px;
line-height: 35px;
margin-bottom: 0px;
}
h3{
font-size: 35px;
}
p{
font-family: 'Poppins', sans-serif;
font-size: 19px;
}
.container-flexibility{
display: flex;
}
.half-width{
width: 50%;
padding: 0 3%;
}
.green{
color: green;
}
.half-width img{
width: 100%;
height: 500px;
}
.name{
color: #F2A30B;
}
.btn{
text-decoration: none;
font-size: 25px;
padding: 10px 20px;
background-image: linear-gradient(#0B0B0B, rgb(12, 47, 223,0.8) );
color: white;
border-radius: 5px;
font-weight: 700;
}
#home{
background: linear-gradient( rgb(12, 47, 223,0.7),rgb(251, 228, 7,0.7) );
}
#team{
background: linear-gradient(rgb(255, 255, 255,0.8),rgba(156, 35, 35, 0.8)), url(./images/8013.jpg) no-repeat;
background-size: cover;
}
.blue {
color: #0C2FDF;
}
#dream{
background: linear-gradient(#FFE182 ,black);
}
.hokage{
width: 33.33%;
text-align: center;
padding: 1%;
}
.hokage img{
width: 100%;
height: 500px;
}
.hokage h1{
line-height: 50px;
}
.hokage p{
color: white;
}
hr{
height: 5px;
background-color: black;
width: 20%;
margin-top: 10px;
}
input{
width: 100%;
margin: 10px 0px;
font-size: 25px;
border: 2px solid black;
}
textarea{
width: 100%;
margin: 10px 0px;
border: 2px solid black;
font-size: 25px;
}
label{
font-size: 25px;
}
#contact{
background:linear-gradient(rgb(255, 255, 255,0.8),rgba(156, 35, 35, 0.8)), url(./images/8009\ \(1\).jpg) no-repeat;
background-size: cover;
}
footer{
text-align: center;
display: flow-root;
background:linear-gradient(rgb(251, 228, 7,0.7),rgb(12, 47, 223,0.7) );
}