mirror of
https://github.com/UofCBaja/BajaUofCWebsite.git
synced 2025-06-16 05:44:17 -06:00
feat(title, bannerimg): tab title changed and fading of banner image, title of page changed as well
This commit is contained in:
parent
910bdf9367
commit
3cb3eb9b19
@ -33,7 +33,7 @@
|
|||||||
work correctly both with client-side routing and a non-root public URL.
|
work correctly both with client-side routing and a non-root public URL.
|
||||||
Learn how to configure a non-root public URL by running `npm run build`.
|
Learn how to configure a non-root public URL by running `npm run build`.
|
||||||
-->
|
-->
|
||||||
<title>Schulich Off-Road</title>
|
<title>UCalgary Baja</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||||
|
@ -138,7 +138,9 @@ creates dwon downs
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
z-index: -1;
|
z-index: -2;
|
||||||
|
-webkit-mask-image: linear-gradient(to bottom, black 80%, transparent);
|
||||||
|
mask-image: linear-gradient(to bottom, black 80%, transparent);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* used to postiion title and sub title */
|
/* used to postiion title and sub title */
|
||||||
@ -152,7 +154,7 @@ creates dwon downs
|
|||||||
|
|
||||||
margin-left: 15svw;
|
margin-left: 15svw;
|
||||||
|
|
||||||
font-size: xx-large; /* todo make larger */
|
font-size: 80px; /* todo make larger */
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|
||||||
background-color: white;
|
background-color: white;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user