File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Expand file tree Collapse file tree 1 file changed +19
-5
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,16 @@ button {
2727
2828button {
2929 appearance : none;
30- border : 2 px solid;
30+ border : 0.1 em solid;
3131 padding : 0.25em 0.5em ;
32- background : # f0f0f0 ;
32+ background : # f3f3f3 ;
3333 color : # 000 ;
34- border-radius : 0.2em ;
3534 white-space : nowrap;
35+ box-shadow : 0.1em 0.1em currentColor;
36+ }
37+
38+ button : active {
39+ background : # fe0 ;
3640}
3741
3842button [disabled ] {
@@ -110,9 +114,8 @@ td img {
110114
111115.intro-msg {
112116 background : # fe0 ;
113- border : 2 px solid;
117+ border : 0.15 em solid;
114118 padding : 1em 2em ;
115- border-radius : 0.2em ;
116119}
117120
118121.intro-msg > * {
@@ -136,6 +139,17 @@ h1 {
136139 line-height : 1.2 ;
137140}
138141
142+ @supports (width : max-content) {
143+ h1 {
144+ width : max-content;
145+ border : 0.1em solid;
146+ padding : 0.2em ;
147+ transform : rotate (-3deg );
148+ background : # fe0 ;
149+ box-shadow : 0.1em 0.1em currentColor;
150+ }
151+ }
152+
139153h1 + p {
140154 font-size : 1.4em ;
141155 max-width : 60ch ;
You can’t perform that action at this time.
0 commit comments