6 juin
This commit is contained in:
parent
5c12565a5b
commit
ae46771224
7 changed files with 26 additions and 16 deletions
BIN
ImgChocolatePlanetBig.png
Normal file
BIN
ImgChocolatePlanetBig.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
BIN
ImgFrombeantobarBlanc.png
Normal file
BIN
ImgFrombeantobarBlanc.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 145 KiB |
|
@ -29,8 +29,8 @@
|
|||
|
||||
<div class="objectCamille">
|
||||
<a href="1beantobar.html">
|
||||
<img src="ImgWholeEarthCatalog.png" class="icon"/>
|
||||
<img src="someThoughtsBlanc.png" class="hover"/>
|
||||
<img src="ImgChocolatePlanetBig.png" class="icon"/>
|
||||
<img src="ImgFrombeantobarBlanc.png" class="hover"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 335 KiB After Width: | Height: | Size: 337 KiB |
21
styles.css
21
styles.css
|
@ -271,28 +271,28 @@ body {
|
|||
}
|
||||
|
||||
.object:nth-child(1) {
|
||||
left: 17%;
|
||||
top: 9%;
|
||||
left: 89%;
|
||||
top: 72%;
|
||||
}
|
||||
|
||||
.object:nth-child(2) {
|
||||
left: 78%;
|
||||
top: 54%;
|
||||
left: 44%;
|
||||
top: 75%;
|
||||
}
|
||||
|
||||
.object:nth-child(3) {
|
||||
left: 52%;
|
||||
top: 32%;
|
||||
left: 36%;
|
||||
top: 76%;
|
||||
}
|
||||
|
||||
.object:nth-child(4) {
|
||||
left: 48%;
|
||||
top: 86%;
|
||||
left: 68%;
|
||||
top: 82%;
|
||||
}
|
||||
|
||||
.object:nth-child(5) {
|
||||
left: 74%;
|
||||
top: 24%;
|
||||
left: 24%;
|
||||
top: 20%;
|
||||
}
|
||||
|
||||
.netherlands {
|
||||
|
@ -528,6 +528,7 @@ body {
|
|||
.objectCamille {
|
||||
position: relative;
|
||||
width: 25vw;
|
||||
height: 150px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
15
styles.scss
15
styles.scss
|
@ -544,13 +544,14 @@ body{
|
|||
}
|
||||
|
||||
.objectCamille {
|
||||
position: relative;
|
||||
width: 25vw;
|
||||
position: absolute
|
||||
// width: 25vw;
|
||||
// height: 150px;
|
||||
color: white;
|
||||
text-align: center;
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -570,6 +571,14 @@ body{
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
// #beantobar{
|
||||
// width: 30vw;
|
||||
// }
|
||||
|
||||
// #somethoughts{
|
||||
// width: 25vw;
|
||||
// }
|
||||
|
||||
}
|
||||
|
||||
// pages thoughts
|
||||
|
|
Loading…
Reference in a new issue