finalises prototype gallery
This commit is contained in:
parent
e60442936c
commit
0954ee9cb6
4 changed files with 100 additions and 58 deletions
|
@ -42,10 +42,15 @@ a:link, a:visited{
|
|||
}
|
||||
|
||||
iframe{
|
||||
border: 2px solid #ffd256;
|
||||
border: 2px solid transparent;
|
||||
border-radius: 5px;
|
||||
|
||||
padding: 5px;
|
||||
transition: border 0.5s;
|
||||
}
|
||||
|
||||
iframe:hover{
|
||||
border: 2px solid #ffd256;
|
||||
}
|
||||
|
||||
.backButton{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue