Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Drexel Review Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Drexel Review Host
Drexel Review Project
Commits
17847aa0
Commit
17847aa0
authored
2 years ago
by
rh885
Browse files
Options
Downloads
Patches
Plain Diff
Update index.css, index.html
parent
078c72c1
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
index.css
+32
-1
32 additions, 1 deletion
index.css
index.html
+14
-0
14 additions, 0 deletions
index.html
with
46 additions
and
1 deletion
index.css
+
32
−
1
View file @
17847aa0
...
@@ -14,6 +14,8 @@ h1 {
...
@@ -14,6 +14,8 @@ h1 {
#homePageJumbo
{
#homePageJumbo
{
background-color
:
#002f6c
;
background-color
:
#002f6c
;
height
:
100px
;
height
:
100px
;
padding
:
15px
;
margin
:
0px
;
...
@@ -46,12 +48,16 @@ h1 {
...
@@ -46,12 +48,16 @@ h1 {
}
}
.clickables
{
.clickables
{
float
:
left
;
float
:
left
;
width
:
2
0
%
;
width
:
2
5
%
;
height
:
400px
;
height
:
400px
;
opacity
:
75%
;
opacity
:
75%
;
border-style
:
solid
;
border-style
:
solid
;
border-color
:
black
;
border-color
:
black
;
border-width
:
2px
;
border-width
:
2px
;
color
:
black
;
}
.clickables
{
}
}
.resturants
{
.resturants
{
...
@@ -75,3 +81,28 @@ h1 {
...
@@ -75,3 +81,28 @@ h1 {
}
}
/* implement cool thing on the slogan where it glows */
/* implement cool thing on the slogan where it glows */
.sub_section
{
height
:
75px
;
width
:
100%
;
opacity
:
75%
;
border-style
:
solid
;
border-color
:
black
;
color
:
black
;
}
#restaurants_section
{
background-color
:
red
;
}
#classes_section
{
background-color
:
blue
;
}
#professors_section
{
background-color
:
purple
;
}
#dorms_section
{
background-color
:
orange
;
}
This diff is collapsed.
Click to expand it.
index.html
+
14
−
0
View file @
17847aa0
...
@@ -26,14 +26,28 @@
...
@@ -26,14 +26,28 @@
<h2
class=
"jumbotext"
id=
"homePageSlogan2"
>
By the Students
</h2>
<h2
class=
"jumbotext"
id=
"homePageSlogan2"
>
By the Students
</h2>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<a
href=
"restaurants.html"
>
<div
class=
"clickables resturants"
>
<div
class=
"clickables resturants"
>
<h1>
Restaurants
</h1>
</div>
</div>
</a>
<a
href=
"classes.html"
>
<div
class=
"clickables"
id=
"classes"
>
<div
class=
"clickables"
id=
"classes"
>
<h1>
Classes
</h1>
</div>
</div>
</a>
<a
href=
"professors.html"
>
<div
class=
"clickables"
id=
"professors"
>
<div
class=
"clickables"
id=
"professors"
>
<h1>
Professors
</h1>
</div>
</div>
</a>
<a
href=
"dorms.html"
>
<div
class=
"clickables"
id=
"dorms"
>
<div
class=
"clickables"
id=
"dorms"
>
<h1>
Dorms
</h1>
</div>
</div>
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment