-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle3.css
More file actions
61 lines (54 loc) · 1.16 KB
/
style3.css
File metadata and controls
61 lines (54 loc) · 1.16 KB
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
body
{ width:100%;
height:auto;
overflow: auto;
font-family: arial black;
background-image: url(pine.jpg);
background-size: cover;
background-position: center;
margin: 0px auto;
background-color: #;
}
.imgbtn{
border: none;
color: ;
padding: 15px 28px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
margin: 2px 2px;
cursor: pointer;
border: 2px solid #000;
}
#content{
align:center;
width: 740px;
height: 580px;
background-image: url(page.jpg);
background-size: cover;
background-position: center;
margin-left: 310px;
margin-top: 50px;
padding: 0px;
border: 0px solid #460606;
border-radius: 4px;
}
#abc{
position: relative;
left: 420px;
top: 15px;
}
textarea {
overflow: auto;
background-image: url(open.jpg);
background-size: cover;
background-position: center;
font-family: Lucida handwriting;
box-sizing: border-box;
border: 0px solid #ccc;
border-radius: 4px;
background-color: #;
font-size: 16px;
resize: none;
}