upload old index

master
PZI 7 years ago
parent 6bc7149809
commit 9085789bc3

@ -6,11 +6,16 @@
<link href="https://fonts.googleapis.com/css?family=Droid+Serif" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<title>Pushing the Score</title>
</head>
<body>
<header>
<div class="title"><span>TGC # 3 / MAT>NET>PU</span></div>
<div class="with">WITH JOHANNES BERGMARK, HIELE MARTENS, HELGA JAKOBSON & PZI XPUB STUDENTS</div>
@ -50,6 +55,9 @@
<div class="deplayerlogo"><img src="img/deplayersm.png" alt=""></div>
<div class="pzilogo"><img src="img/pzilogosmaller.png"></div>
<div class="studentname" > Student name1</div>
<div id="media">
<a href="media/tgc3.webm">
<img src="media/tgc3.jpg" border="0" />

@ -12,6 +12,23 @@
.deplayerlogo{
float: left;
}
.studentname{
color: #000;
font-family: 'Gidugu', sans-serif;
font-size: 30px;
text-align: center;
line-height: 0.8;
text-decoration: none;
border: solid 2px #000;
padding: 15px;
margin: 15px;
width: 120px;
background: rgba(200, 54, 54, 0.4);
float: left;
}
.collapse {
float: left;
}
.pzilogo{
width: 20px;
}
@ -87,6 +104,11 @@
margin: auto;}
.background{z-index: -1;}
/*//////the secton I'm messing with is below ! don't confuse yourself///////*/
/*////////mobile///////*/
@media screen and (max-width:767px) {
@ -100,6 +122,7 @@
margin-left: 0px;}
.artist{
margin-top: -20px;
}
}/*/end of 767*/

Loading…
Cancel
Save