-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
36 lines (34 loc) · 831 Bytes
/
style.css
File metadata and controls
36 lines (34 loc) · 831 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
/*
Theme Name: Test Theme
Author: Parmveer Singh
Version: 1.0
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen’s simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
*/
body{
}
.header-css{
color: #234;
}
.site-nav ul li{
display: inline-block;
}
.footer-nav ul li{
display: inline-block;
}
.site-nav li.current-menu-item a:visited{
color: red;
text-decoration: none;
}
a{
text-decoration: none;
}
article{
color: #342;
}
img{
max-width: 100%;
height: auto;
}
.searchno form#searchform {
float: right;
}