-
Notifications
You must be signed in to change notification settings - Fork 0
/
css.css
56 lines (43 loc) · 852 Bytes
/
css.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
*{
margin: 0px;
padding: 0px;
max-width: 100%;
}
header{
width: 100vw;
height: 90vh;
background-image: url(image.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.circle{
margin: 150px 600px 10px;
width: 130px;
height: 130px;
background-color: #84c0a0 ;
opacity: 0.6;
border-radius: 50%;
}
.text{
margin: 10px 10px 10px;
text-align: center;
}
.text-one{
font-size: 20px;
font-style: inherit;
color: white;
letter-spacing: 3px;/*يعطي مساحه بين الكلام*/
text-align: center;
}
.text-two{
font-size: 100px;
margin:10px;
color: white;
text-align: center;
}
.text-three{
color: white;
text-decoration: underline;
text-align: center;
}