-
Notifications
You must be signed in to change notification settings - Fork 0
/
stil.css
82 lines (79 loc) · 1.33 KB
/
stil.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
body {
margin: 0px;
padding-bottom: 250px;
background-color: burlywood;
}
h1,
h2 {
text-align: center;
color: black;
text-transform: uppercase;
}
.cerceve {
width: 1100px;
margin: 10px auto;
display: flex;
flex-direction: column;
background-color: lightskyblue;
border: 5px solid cornflowerblue;
padding: 20px;
}
.yazilar {
text-align: justify;
font-size: 18px;
margin-bottom: 20px;
border: 1px solid black;
padding: 10px;
}
button {
padding: 10px;
background-color: cornflowerblue;
font-size: 18px;
border: 1px solid black;
color: white;
letter-spacing: 2px;
border-radius: 5px;
}
button:hover {
cursor: pointer;
color: black;
background-color: burlywood;
}
.kutu {
height: 150px;
width: 150px;
}
.kutu1 {
background-color: red;
margin-bottom: 10px;
}
.kutu2 {
background-color: seagreen;
}
.butonlar {
margin-top: 10px;
}
.zaman {
display: flex;
flex-direction: row;
justify-content: center;
color: white;
font-size: 28px;
font-family: Georgia, "Times New Roman", Times, serif;
}
.yuvarlak {
height: 100px;
width: 100px;
border-radius: 50px;
background-color: crimson;
margin-right: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.ekle {
border-radius: 20px;
border: 3px solid crimson;
color: brown;
background-color: cornflowerblue;
}