-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjoin.css
55 lines (46 loc) · 971 Bytes
/
join.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
body{
background:pink;
color:red;
font-size:20px;
font-weight:lighter;
text-align:left;
}
div{ display: block;
}
.muath{color:black;
background:red;
text-align:center;
margin-top:100px;
color: aliceblue;
font-size: 20px;
text-shadow: 3px 3px 3px #0b0606;
}
.ali{
color: rgb(250, 250, 251);
font-size: 25px;
text-shadow: 0px 2px 4px #0b0606;}
img{
width:300px;
display:block;
margin-left:auto;
margin-right:auto;
background:lightgray;
padding:50px;
border:4px solid #0f1419;
border-radius:100px;
}
button{
color:#0f1419;
background:white;
border:2px solid #0f1419;
border-radius: 7px;
padding-left:10px;
padding-top:2px;
padding-right:10px;
padding-bottom:2px;
}
h2{font-size: 25px;
text-shadow: 0px 0px 1px #0d0909;}
p{
font-size: 25px;
text-shadow: 0px 0px 1px #0d0909;}