Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App overhaul. #25

Merged
merged 6 commits into from Jan 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ As a gamers, we wanted to be able to search for videogames and get related news

## Description

This app can be used to search the [RAWG](https://rawg.io/) API for video games, and searches the [News API](https://newsapi.org/) for related information via the title of the game.
This app can be used to search the [RAWG](https://rawg.io/) API for video games, and searches the [News API](https://newsapi.org/) for related information via the title of the game. The live version of this app is hosted by GitHub Pages at [justindurocher.github.io/Video-Game-Search-App](https://justindurocher.github.io/Video-Game-Search-App/).

## Installation

Expand Down
6 changes: 0 additions & 6 deletions assets/css/placeHolder.css

This file was deleted.

93 changes: 11 additions & 82 deletions assets/css/style.css
@@ -1,102 +1,31 @@
body {
background-image: url("https://wallpaperaccess.com/full/772418.jpg");

}

div.ui.segment {
background-color: gainsboro;
}
h1{
font-family: 'Fruktur', cursive;
font-size: 40px;
min-height: 100vh;
}

div.ui.segment {
background-image: url("https://t4.ftcdn.net/jpg/02/08/90/41/240_F_208904171_ZCPXQXNfHV3L7QzYGp7rkeFfma7gBfGb.jpg");
background-size: auto;
}
.searchData{
text-align: center;
margin-right: 19%;
}
input {
width: 60%;
padding: 7px;
margin-left: 19%;
}

div.ui.segment.searchData{
width: 1156px;
color: ghostwhite;
margin-left: 135px;
}
i.search.link.icon {
color: white;
}
input#text {
color: black;
}

p.card-text {
color: white;
.d-none {
display: none;
}

h5.card-title {
color: whitesmoke;
}

.sixteen{
text-align: center;
}
#gameButton{
background-color: white;
color:black;
margin-bottom: 10px;
width: 300px;
padding: 15px;
border: 2px solid black;
border-radius: 5px;
font-weight: bold;
font-size: xx-large;
font-family: 'Fruktur', cursive;
letter-spacing: 2px;
}
#gameButton:hover{
background-color: black;
color: greenyellow;
border-color: white;
}
h1 {
text-align: center;
color: black;
}

h2 {
text-align: center;
color: whitesmoke;
font-family: 'Fruktur', cursive;
font-size: 40px;
}

h1,
h2,
h3 {
text-align: center;
color: whitesmoke;
}
.ui.cards {
margin: 106px;
}

#game-thumb-1,
#game-thumb-2,
#game-thumb-3 {
width: 100%;
}

/*****************
AB
******************/

.searchInput{
font-size: unset;
.ui.items>.item,
#total-games,
#news-header {
background-color: rgba(255, 255, 255, .9);
}
.searchIcon{
size: unset;
}