summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 10:53:36 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-03-10 10:53:36 +0100
commit6b60328dcdeca0102666a071a12bfda32b74558b (patch)
tree2d73898484d4263042a84513530fd46fe0786517 /style.css
parenta960ff6eaa792a25e6c9dea2ed5eae363cb1cdb1 (diff)
downloadweb-common-6b60328dcdeca0102666a071a12bfda32b74558b.tar.gz
web-common-6b60328dcdeca0102666a071a12bfda32b74558b.tar.bz2
web-common-6b60328dcdeca0102666a071a12bfda32b74558b.zip
adding class "nav" to h1 inside "header"
Diffstat (limited to 'style.css')
-rw-r--r--style.css12
1 files changed, 10 insertions, 2 deletions
diff --git a/style.css b/style.css
index 923654b..fc32cd7 100644
--- a/style.css
+++ b/style.css
@@ -32,13 +32,21 @@ header {
border-bottom: 1px solid black;
}
-header h1 {
+header h1.nav {
font-size: 200%;
margin: 15 0 0 120px;
-/* position: relative;
+/* position: relative;
top: 50%;
transform: translateY(-50%);*/
}
+
+header h1 {
+ font-size: 200%;
+ margin: 15 0 0 120px;
+ position: relative;
+ top: 50%;
+ transform: translateY(-50%);
+}
header #logo {
float: left;
width: 100px;