mirror of
https://github.com/robbieandrew/robbieandrew.github.io.git
synced 2025-10-05 21:02:40 +02:00
Hover transition on images.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'PT Sans Narrow';
|
||||
font-style: normal;
|
||||
@@ -45,6 +44,9 @@ h1,h2,h3,p {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.pure-img:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
.subb {font-size: 70%;line-height:normal;}
|
||||
.supp {font-size: 70%;line-height:normal;position:relative;top:-3px;}
|
||||
|
||||
|
@@ -8,7 +8,7 @@
|
||||
<meta name="twitter:creator" content="@robbie_andrew">
|
||||
<meta name="twitter:title" content="Figures from the Global Carbon Budget 2024">
|
||||
<meta name="twitter:description" content="The Global Carbon Budget 2024 was released on 13 November 2024. This page presents all of the figures in the Budget's presentation materials, in a variety of formats and often with data files.">
|
||||
<meta name="twitter:image" content="https://robbieandrew.github.io/GCB2024/PNG/s11_2024_FossilFuel_and_Cement_emissions_1990.png">
|
||||
<meta name="twitter:image" content="https://robbieandrew.github.io/GCB2024/GtC/PNG/s11_2024_FossilFuel_and_Cement_emissions_1990.png">
|
||||
<base target="_blank">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/grids-responsive-min.css">
|
||||
|
@@ -44,6 +44,9 @@ h1,h2,h3,p {
|
||||
margin-left:auto;
|
||||
margin-right:auto;
|
||||
}
|
||||
.pure-img:hover {
|
||||
transform: scale(1.02);
|
||||
}
|
||||
.subb {font-size: 70%;line-height:normal;}
|
||||
.supp {font-size: 70%;line-height:normal;position:relative;top:-3px;}
|
||||
|
||||
|
Reference in New Issue
Block a user