-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTry2.css
More file actions
44 lines (38 loc) · 747 Bytes
/
Try2.css
File metadata and controls
44 lines (38 loc) · 747 Bytes
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
.container{
margin-left:35%;
margin-top:10%;
background-image:url("http://i.imgur.com/R7zUmdL.jpg");
width: 35%;
padding: 30px 0px 20px 35px;
border-radius: 5px;
border: 2px solid red;
}
button{
border-radius: 4px;
background-color:blue;
color:white;
height:50px;
padding: 15px;
margin: 10px;
}
button:hover{
color: red;
background-color:white;
}
.controlpanel{
margin-top:50px;
}
.title{
font-weight:bold;
font-size: 1.2em;
background-image:url("http://imgur.com/vlSU4RH.png");
color:white;
text-align:center;
border-radius:5px;
border: 2px solid;
}
video{
border-radius: 10px;
border: 2px solid red;
width:35%;
}