forked from itscodenation/flw1-portfolio-16-17-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
95 lines (85 loc) · 1.73 KB
/
style.css
File metadata and controls
95 lines (85 loc) · 1.73 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
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
header {
text-align: center;
background: url("https://tctechcrunch2011.files.wordpress.com/2015/04/codecode.jpg");
background-size: cover;
color: white;
}
.nav {
color: white;
}
.navlist{
width: 100%;
position:fixed;
top: 338px;
}
h1 {
font-size: 50px;
font-family:"proxima-nova",sans-serif;
}
.seachbar{
float: right;
}
ul {
padding: 10px;
background: rgba(0,0,0,0.5);
}
li {
display: inline;
padding: 0px 10px 0px 10px;
}
.Tab1{
max-width: 900px;
padding: 20px;
margin: 0 auto;
}
p{
font-family: Arial, Helvetica, sans-serif;
font-size:border-box;
}
img.HtmlPage{
display: block;
margin-left: auto;
margin-right: auto;
}
h2.project-title{
font-size: 30px
}
img.PTag{
display: block;
margin-left: auto;
margin-right: auto;
}
body{
background-color: #f5f5f0;
}
input[type=text] {
width: 20%;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
font-size: 16px;
background-color: white;
background-image: url('searchicon.png');
background-position: 10px 10px;
background-repeat: no-repeat;
padding: 12px 20px 12px 40px;
-webkit-transition: width 0.4s ease-in-out;
transition: width 0.4s ease-in-out;
}
input[type=text]:focus {
width: 50%;
}
img.Ads{
border-radius: 0;
-moz-appearance:none; webkit-appearance: none;
}
@media (max-width: 500px) {
h1 {
font-size: 36px;
padding: 5px;
}
li {
padding: 5px;
display: block;
}
}