File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 23
23
< a href ="https://www.w3.org/ "> < img alt ="W3C " src =
24
24
"https://www.w3.org/Icons/w3c_home "> </ a >
25
25
</ div >
26
- < div id ="top ">
27
- < h1 class = small >
26
+ < div id ="top " class = small >
27
+ < h1 >
28
28
W3C Workshop on Web and Machine Learning
29
29
</ h1 >
30
30
</ div >
Original file line number Diff line number Diff line change @@ -51,6 +51,16 @@ header #translations {
51
51
position : relative;
52
52
}
53
53
54
+ # top .small {
55
+ background-color : black;
56
+ background-image : url ("images/workshop-short-banner.png" );
57
+ background-repeat : no-repeat;
58
+ background-size : contain;
59
+ min-height : 100px ;
60
+ position : relative;
61
+ }
62
+
63
+
54
64
# top h1 ,
55
65
# top h2 {
56
66
margin-left : 450px ;
@@ -59,6 +69,12 @@ header #translations {
59
69
text-shadow : 4px 4px 20px black;
60
70
}
61
71
72
+ # top .small h1 {
73
+ text-shadow : none;
74
+ margin-left : 100px ;
75
+ }
76
+
77
+
62
78
# top h1 a : link , # top h1 a : visited { color : white;}
63
79
64
80
# top a .credit { position : absolute; bottom : 0 ; right : 0 ;}
You can’t perform that action at this time.
0 commit comments