diff options
Diffstat (limited to 'CS 1300_files/convenience.css')
-rw-r--r-- | CS 1300_files/convenience.css | 166 |
1 files changed, 0 insertions, 166 deletions
diff --git a/CS 1300_files/convenience.css b/CS 1300_files/convenience.css deleted file mode 100644 index 1d82522..0000000 --- a/CS 1300_files/convenience.css +++ /dev/null @@ -1,166 +0,0 @@ -/* h1 { - font-weight: 700; - font-size: 45px; - color: #b39971; - text-shadow: -3px 4px white; - margin-top: 40px; - margin-bottom: 40px; - letter-spacing: 3px; - text-transform: uppercase; - text-align: center; -} - -a { - text-decoration: none; -} - -h2 { - font-weight: 700; - font-size: 28px; - margin: 5px 0px; - text-align: center; - letter-spacing: 3px; - color: #52A25E; -} - -h3 { - font-weight: 700; - font-size: 16px; - text-transform: uppercase; - color: #706881; - letter-spacing: 2px; - font-weight: bold; - margin: 5px 0px; -} - -h4 { - font-weight: 400; - font-size: 16px; - text-transform: lowercase; - color: black; - font-weight: normal; - margin: 5px 0px; - letter-spacing: 1px; -} - -p { - font-weight: 200; - font-size: 20px; - color: #706881; - color: black; -} */ - -.flex-row { - display: flex; - flex-direction: row; - justify-content: center; - align-items: center; -} - -.flex-column { - display: flex; - flex-direction: column; - justify-content: center; - align-items: center; -} - -.flex-space-between { - display: flex; - flex-direction: row; - justify-content: space-between; -} - -.green-link { - text-decoration: none; - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - width: 250px; - padding: 5px 15px; - border-radius: 5px; - border: 3px solid #2BB673; - margin: 10px 0px; -} - -.green-link h3 { - color: #2BB673; -} -.green-link:hover { - background-color: #2BB673; -} -.green-link:hover h3 { - color: white; -} -.green-link:hover .svg-show { - display: none; -} -.green-link .svg-hover { - display: none; -} -.green-link:hover .svg-hover { - display: inline; -} - -.purple-link { - text-decoration: none; - display: flex; - flex-direction: row; - align-items: center; - justify-content: center; - width: 250px; - padding: 5px 15px; - border-radius: 5px; - border: 3px solid #A29BBA; - margin: 10px 0px; -} -.purple-link h3 { - color: #A29BBA; -} -.purple-link:hover { - background-color: #A29BBA; -} -.purple-link:hover h3 { - color: white; -} -.purple-link:hover .svg-show { - display: none; -} -.purple-link .svg-hover { - display: none; -} -.purple-link:hover .svg-hover { - display: inline; -} - -.fill-green-1 { - background-color: #2BB673; -} -.fill-green-1:hover { - background-color: white; - color: #2BB673; -} - -.fill-green-2 { - background-color: #52A25E; -} -.fill-green-2:hover { - background-color: white; - color: #52A25E; -} - -.fill-green-3 { - background-color: #85C87C; -} -.fill-green-3:hover { - background-color: white; - color: #85C87C; -} - -.fill-green-4 { - background-color: #0E6A3E; -} -.fill-green-4:hover { - background-color: white; - color: #0E6A3E; -} |