Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
more backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylverena committed Dec 14, 2023
1 parent 6768c45 commit d13c0a9
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 deletions.
4 changes: 3 additions & 1 deletion css/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion css/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ a{

.active{
color: goldenrod !important;
text-decoration: underline !important;
}

#logo{
text-decoration: none;
}

.header {
Expand Down
Binary file added img/ambassdor-img/Pizza_Unbaked.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div class="home-splash">
<div class="header">
<a class="left center" href="index.html" style="text-decoration: none">
<a class="left center" id="logo" href="index.html">
Ambassador
</a>
<div class="right center">
Expand Down
4 changes: 2 additions & 2 deletions menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div class="home-splash">
<div class="header">
<a class="left center" href="index.html">
<a class="left center" id="logo" href="index.html">
Ambassador
</a>
<div class="right center">
Expand All @@ -28,7 +28,7 @@
<a class="barrel" href="takenbake.html">Take N' Bake</a>
</div>
</div>
<div class="landing dead-center">
<div class="landing dead-center" style="background-image:url('img/ambassdor-img/pizza-pasta-subs.jpg');">
<div class="card center" style="width: 50vw;">
<h1 style="font-size: 6em">&mdash; Menu &mdash;</h1>
<a style="font-size: 6em; text-decoration: none" href="#below-splash" >&downarrow;</a>
Expand Down
4 changes: 2 additions & 2 deletions takenbake.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<body>
<div class="home-splash">
<div class="header">
<a class="left center" href="index.html">
<a class="left center" id="logo" href="index.html">
Ambassador
</a>
<div class="right center">
Expand All @@ -28,7 +28,7 @@
<a class="active barrel" href="takenbake.html">Take N' Bake</a>
</div>
</div>
<div class="landing dead-center">
<div class="landing dead-center" style="background-image:url('img/ambassdor-img/Pizza_Unbaked.jpg');">
<div class="card center" style="width: 50vw;">
<h1 style="font-size: 5em">&mdash; Take N' Bake &mdash;</h1>
<a style="font-size: 6em; text-decoration: none" href="#below-splash" >&downarrow;</a>
Expand Down

0 comments on commit d13c0a9

Please sign in to comment.