-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
44 lines (36 loc) · 1.29 KB
/
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
#author{
width: 100%;
height: 100%;
//background: linear-gradient(rgba(255,255,255,.8), rgba(255,255,255,.8)), url("https://raw.githack.com/mukil-bluerider/JSLibraries/master/wall.jpg");
}
input[type=file] {
padding:2px;
border:2px solid #ccc;
-webkit-border-radius: 5px;
border-radius: 8px;
border-color: black
}
input[type=button] {
padding:4px;
border:2px solid #ccc;
-webkit-border-radius: 5px;
border-radius: 8px;
border-color: black
}
h3{
position: absolute;
bottom: 0;
width: 100%;
height: 50px;
}
/*
Stock Images
https://www.storyofcooks.com/wp-content/uploads/2014/04/8822407-plant-wood-background.jpg
https://images.pexels.com/photos/326311/pexels-photo-326311.jpeg
https://thumbs.dreamstime.com/b/red-gold-merry-christmas-bokeh-beautiful-d-background-digital-art-43039691.jpg
http://www.hdnicewallpapers.com/800x600/Merry_Christmas_Gift_on_Festival_Red_Background_HD_Wallpapers.jpg
https://www.edubuntu.org/sites/default/files/docimages/wallpapers-oneiric/edubuntu_lonelytree-full.png
references
https://stackoverflow.com/questions/4997493/set-opacity-of-background-image-without-affecting-child-elements
https://stackoverflow.com/questions/17042201/how-to-style-input-and-submit-button-with-css
*/