-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents_css.css
153 lines (147 loc) · 3.03 KB
/
components_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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
body{
font-family: sans-serif;
background-color: tan;
}
h1{
text-align: center;
color: rgb(255, 0, 0);
}
h1 i{
color: chocolate;
}
.menu ul li{
display: inline;
background-color: rgba(255, 217, 0, 0.89);
font-size: 20px;
background-size: 30px;
margin-right: 50px;
padding: 10px 10px 10px 10px;
border-radius: 30px;
transition: 1s;
}
.menu ul li:hover{
background-color: hotpink;
transform: translate(-500px,100px);
box-shadow: 3px 3px 3px 3px rgba(256,256,256,0.2);
}
.menu ul a{
text-decoration: none;
transition: 2s;
}
.menu ul{
float: right;
margin-top: 60px;
}
.creative_example h2 i,.creative_example2 h2 i{
color: rgb(247, 0, 255);
}
.creative_example video,embed{
border: 10px ridge red;
border-radius: 50px;
margin-left: 20px;
width: 600px;
height: 400px;
outline: none;
background-color: white;
}
.creative_example span .pdf_application_1,.pdf_application_2{
margin-left: 20px;
width: 650px;
height: 400px;
margin-top: -20px;
border: 7px ridge green;
border-radius: 50px;
}
.creative_example span .pdf_application_3{
float: right;
}
.creative_example .caption{
margin-left: 800px;
margin-top: -250px;
font-size: 60px;
}
.creative_example .caption a,.creative_example2 .caption2 a{
text-decoration: none;
}
.creative_example h2{
text-align: center;
color: crimson;
font-weight: bold;
}
.creative_example2 h2{
text-align: center;
color: crimson;
font-weight: bold;
margin-top: 150px;
}
.creative_example2 .caption2{
float: right;
margin-top: 200px;
margin-right:20px;
font-weight: bold;
font-size: 40px;
}
.coming_wish h3{
text-align: center;
color: rgb(17, 0, 255);
}
fieldset{
margin: 20px 20px;
margin-top: 60px;
background-color: rgba(255, 153, 0, 0.562);
outline: none;
border-radius: 40px;
height: 300px;
margin-bottom: 20px;
margin-left: 8px;
border: 3px ridge blue;
}
fieldset .links a{
text-decoration: none;
color: rgb(255, 0, 0);
font-weight: bold;
}
fieldset .links h2{
color: rgb(255, 123, 0);
}
fieldset .links img{
margin-left: 1090px;
margin-top: -100px;
}
fieldset .links a span{
color: rgb(255, 0, 255);
}
fieldset .pointing_links img{
color: darksalmon;
height: 100px;
margin-left: 50px;
animation: arrow 2s linear infinite;
transition: 1s;
}
@keyframes arrow{
50%{
transform: translate(0px,-90px);
}
}
fieldset .pointing_links .icons{
float: right;
margin-right: 30px;
}
fieldset .pointing_links .icons i{
margin-left: 40px;
}
.creation footer{
float: right;
margin-right: 40px;
margin-bottom: 10px;
font-weight: bold;
color: rgb(255, 102, 0);
}
.creation footer a{
text-decoration: none;
color: rgb(68, 0, 255);
}
.creation span{
margin-left: 30px;
font-weight: bold;
}