-
Notifications
You must be signed in to change notification settings - Fork 0
/
Style.css
52 lines (49 loc) · 816 Bytes
/
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
@font-face {
font-family:unique ;
src: url(fonts/OldStandardTT-Regular.ttf);
}
#DD {
color: red;
}
.para1 {
border: 5px double black;
width: 80%;
height: 500px;
text-align: center;
padding-top: 20px;
margin: auto;
box-shadow: 10px 10px 10px black;
background-color: rgb(241, 240, 228);
}
.para2 {
line-height: 2px;
}
.para3 {
display: flex;
margin-left: 20%;
}
.A {
display: inline;
border-top: 2px solid black;
border-bottom: 2px solid black;
padding: 10px 30px 10px 30px;
font-family: unique;
}
.B {
letter-spacing: 4px;
font-family: unique;
}
.C {
font-family: unique;
}
.img1 {
width: 210px;
}
.text {
font-family:unique;
letter-spacing: 2px;
word-spacing: 2px;
}
.img2 {
width: 196px;
}