File tree 2 files changed +25
-0
lines changed
packages/lit-dev-content/site
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ # new-banner {
2
+ display : flex;
3
+ align-items : center;
4
+ justify-content : center;
5
+ background : # 325cff ;
6
+ color : white;
7
+ height : var (--header-height );
8
+ }
9
+
10
+ # new-banner > p {
11
+ text-align : center;
12
+ }
13
+
14
+ # new-banner a {
15
+ color : white;
16
+ font-weight : 800 ;
17
+ }
18
+
19
+ # new-banner a : hover {
20
+ text-decoration : underline;
21
+ }
22
+
1
23
# intro {
2
24
display : flex;
3
25
align-items : center;
Original file line number Diff line number Diff line change
1
+ < section id ="new-banner ">
2
+ < p > 📣 Check out our brand new < a href ="{{site.baseurl}}/tutorials "> Tutorials Catalog</ a > and < a href ="{{site.baseurl}}/youtube "> YouTube Channel!</ a > </ p >
3
+ </ section >
1
4
< section id ="intro ">
2
5
< div id ="splashLogo " role ="heading " aria-level ="1 ">
3
6
< img src ="{{site.baseurl}}/images/logo.svg " aria-label ="Lit " width ="425 " height ="200 " />
You can’t perform that action at this time.
0 commit comments