File tree Expand file tree Collapse file tree 4 files changed +40
-19
lines changed Expand file tree Collapse file tree 4 files changed +40
-19
lines changed Original file line number Diff line number Diff line change 1
- < a class ="website " href ="https://frontenddevelopment.tech/ " target ="_blank "
2
- > www.frontenddevelopment.tech</ a
3
- >
4
1
5
2
< div id ="table-component ">
6
3
< div class ="table-details ">
Original file line number Diff line number Diff line change 1
- .website {
2
- font : normal 14px sans-serif ;
3
- letter-spacing : 0.5px ;
4
- display : block ;
5
- cursor : pointer ;
6
- background-color : #313b3f ;
7
- color : #d9a74a ;
8
- padding : 10px ;
9
- text-decoration : none ;
10
- text-align : right ;
11
- }
12
1
#table-component {
13
2
font : normal 14px sans-serif ;
14
3
margin : 15px auto 0 auto ;
Original file line number Diff line number Diff line change
1
+ < a class ="website " href ="https://frontenddevelopment.tech/ " target ="_blank "
2
+ > www.frontenddevelopment.tech</ a
3
+ >
1
4
< my-app > loading</ my-app >
2
5
3
6
< footer >
4
7
< div class ="icon-grid ">
5
- < a href ="https://www.linkedin.com/in/eric-feldberg-62a758297 " target ="_blank "> < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/512px-LinkedIn_logo_initials.png "> </ a >
6
- < a href ="https://www.instagram.com/nodulldayz/ " target ="_blank "> < img src ="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/128px-Instagram_logo_2016.svg.png "> </ a >
7
- < a href ="https://flickr.com/photos/nodulldays/ " target ="_blank "> < img alt ="Flickr logo - SuperTinyIcons " src ="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Flickr_logo_-_SuperTinyIcons.svg/512px-Flickr_logo_-_SuperTinyIcons.svg.png "> </ a >
8
+ < a
9
+ href ="https://www.linkedin.com/in/eric-feldberg-62a758297 "
10
+ target ="_blank "
11
+ > < img
12
+ src ="https://upload.wikimedia.org/wikipedia/commons/thumb/c/ca/LinkedIn_logo_initials.png/512px-LinkedIn_logo_initials.png "
13
+ /> </ a >
14
+ < a href ="https://www.instagram.com/nodulldayz/ " target ="_blank "
15
+ > < img
16
+ src ="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e7/Instagram_logo_2016.svg/128px-Instagram_logo_2016.svg.png "
17
+ /> </ a >
18
+ < a href ="https://flickr.com/photos/nodulldays/ " target ="_blank "
19
+ > < img
20
+ alt ="Flickr logo - SuperTinyIcons "
21
+ src ="https://upload.wikimedia.org/wikipedia/commons/thumb/f/f4/Flickr_logo_-_SuperTinyIcons.svg/512px-Flickr_logo_-_SuperTinyIcons.svg.png "
22
+ /> </ a >
8
23
</ div >
9
- </ footer >
24
+ </ footer >
Original file line number Diff line number Diff line change 1
- html , body {
1
+ html ,
2
+ body {
2
3
margin : 0 ;
3
4
padding : 0 ;
4
5
}
5
6
7
+ .website {
8
+ font : normal 14px sans-serif ;
9
+ letter-spacing : 0.5px ;
10
+ display : block ;
11
+ cursor : pointer ;
12
+ background-color : #313b3f ;
13
+ color : #d9a74a ;
14
+ padding : 10px ;
15
+ text-decoration : none ;
16
+ text-align : right ;
17
+ }
18
+
6
19
footer {
7
20
position : absolute ;
8
21
bottom : 0 ;
@@ -24,3 +37,10 @@ footer {
24
37
}
25
38
}
26
39
}
40
+
41
+ @media screen and (max-width : 768px ) {
42
+ .website ,
43
+ footer {
44
+ display : none ;
45
+ }
46
+ }
You can’t perform that action at this time.
0 commit comments