Compare commits

...

2 Commits

@ -17,6 +17,10 @@
-o-background-size: cover;
background-size: cover;
}
#student-name:hover{
filter: blur(5px)
}
</style>
</head>
@ -28,7 +32,7 @@
<h1 id='project-title'>Conviviality, Concert, Computation <a href='#hleft-text' class='show'></a><br><a href='../' class='show' id='home'><< </a></h1>
<div id='sub'>
<h2 id='student-name' style="filter: blur(5px)"><a href='http://federicoponi.it' target='_blank' class='ext' id='student-page'>Federico Poni</a></h2>
<h2 id='student-name'><a href='http://federicoponi.it' target='_blank' class='ext' id='student-page'>Federico Poni</a></h2>
</div>
<div id='hleft-text'>
<a href=# id='back'>

@ -43,7 +43,7 @@
color:white;
background-color:black;
display: table-caption;
caption-side: top;
caption-side: right;
}
</style>

Loading…
Cancel
Save