-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFinal5bedcss.css
117 lines (101 loc) · 1.82 KB
/
Final5bedcss.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
105
106
107
108
109
110
111
112
113
114
115
116
117
@font-face{
font-family: Heading;
src: url(Fonts/NotoSansHK-Bold.otf);
}
@font-face{
font-family: divisions;
src: url(Fonts/NotoSansHK-Regular.otf);
}
h1{
color: #1e3038;
width: 50%;
text-align:center;
background-image: #ffffff00;
font-weight: bold;
font-size: 45px;
}
p{
color: #1e3038;
margin-left: 40px;
background-image: #ffffff00;
margin-top: 20px;
font-size: 25px;
font-family: Heading;
}
body{
background-image: linear-gradient(-90deg, #005AA7,#FFFDE4);
}
img{
width: 250px;
height:100px;
float: right;
margin-right:70px;
}
a{
color: #778899;
margin-left: 40px;
margin-top: 5px;
font-size:20px;
font-family: Heading;
}
div {
border: 2px solid black;
border-radius: 5px;
margin-top: 5px;
}
div1{
color: #1e3038;
font-size:25px;
font-family: Heading;
margin-left: 100px;
background-image: #ffffff00;
font-weight: bold;
}
div2{
color: #1e3038;
font-weight: bold;
font-family: Heading;
margin-left: 150px;
font-size:25px;
background-image: #ffffff00;
font-weight: bold;
}
div3{
color: #1e3038;
font-family: Heading;
margin-left:100px;
font-weight: bold;
font-size:25px;
margin-top: 20px;
font-weight: bold;
}
div4{
color: #1e3038;
font-family: Heading;
font-weight: bold;
font-size:25px;
margin-top: 1000px;
margin-left: 69px;
background-image: #ffffff00;
font-weight: bold;
}
div5{
color: #1e3038;
font-weight: bold;
font-size:30px;
float:left;
margin-left:100px;
margin-top:50px;
background-image: #ffffff00;
font-family: divisions;
}
input[type="text"]
{
font-family: divisions;
width: 30%;
border: none;
text-align: left;
background-color: #ffffff00;
color: #1e3038;
font-size: 25px;
}