-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
21 lines (20 loc) · 809 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/************************************** style.css ***********************************************
* Programmer: Joel Godinez
*
* Purpose: Develop a resume website to showcase projects using Tailwind CSS and vanilla JavaScript
*
* Environment: MacOS with Live Server extension
*
* Files included: index.html, style.css, script.js
*
* Estimates Actuals
* Design: 2 hours 2.5 hours
* Implementation: 3 hours 4 hours(so far)
* Testing: 2 hours 1 hour(so far)
*
******************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&display=swap');
html{
scroll-behavior: smooth;
/*background-color: lightgrey;*/
}