diff --git "a/html5_css3/.\043rinkou4-3.html" "b/html5_css3/.\043rinkou4-3.html" new file mode 120000 index 0000000..c68c05d --- /dev/null +++ "b/html5_css3/.\043rinkou4-3.html" @@ -0,0 +1 @@ +sairen78@Inori-Minase.10675:1563063115 \ No newline at end of file diff --git "a/html5_css3/.\043rinkou4-4.html" "b/html5_css3/.\043rinkou4-4.html" new file mode 120000 index 0000000..c68c05d --- /dev/null +++ "b/html5_css3/.\043rinkou4-4.html" @@ -0,0 +1 @@ +sairen78@Inori-Minase.10675:1563063115 \ No newline at end of file diff --git "a/html5_css3/.\043table3.css" "b/html5_css3/.\043table3.css" new file mode 120000 index 0000000..c68c05d --- /dev/null +++ "b/html5_css3/.\043table3.css" @@ -0,0 +1 @@ +sairen78@Inori-Minase.10675:1563063115 \ No newline at end of file diff --git a/html5_css3/rinkou4-1.html b/html5_css3/rinkou4-1.html index 842618c..7928b86 100644 --- a/html5_css3/rinkou4-1.html +++ b/html5_css3/rinkou4-1.html @@ -47,6 +47,6 @@ 19800円 - next + next diff --git a/html5_css3/rinkou4-3.html b/html5_css3/rinkou4-3.html index 6712280..fad7421 100644 --- a/html5_css3/rinkou4-3.html +++ b/html5_css3/rinkou4-3.html @@ -2,7 +2,7 @@ - + 第4回輪講 @@ -47,6 +47,21 @@ 19800円 +

付け加えたもの

+

+ table{
+ width: 600px;
+ border-collapse: collapse;
+ }
+ + th, td{
+ border: none;
+ }
+ + th{
+ background-color: #11d4f2;
+ color: #000000;
+ }
next diff --git a/html5_css3/rinkou4-4.html b/html5_css3/rinkou4-4.html index 137aade..9469a01 100644 --- a/html5_css3/rinkou4-4.html +++ b/html5_css3/rinkou4-4.html @@ -2,7 +2,7 @@ - + 第4回輪講 @@ -47,6 +47,15 @@ 19800円 - next +

付け加えたもの

+

+ tr:nth-of-type(even){
+ background-color: #f3f3f3;
+ }
+ + tr:nth-of-type(odd){
+ background-color: #dddddd;
+ }
+ next diff --git a/html5_css3/rinkou4-5.html b/html5_css3/rinkou4-5.html index 88f5ca0..dcadee2 100644 --- a/html5_css3/rinkou4-5.html +++ b/html5_css3/rinkou4-5.html @@ -2,7 +2,7 @@ - + 第4回輪講 @@ -47,6 +47,28 @@ 19800円 +

付け加えたもの

+

+ td:nth-child(n+2){
+ text-align: right;
+ }
+ + p{margin-bottom: 20px}
+ #sidebar p:last-child{margin-bottom: 0; }
+ + tr:last-child{
+ font-weight: bolder;
+ }
+ + td:last-child{
+ font-weight: bolder;
+ }
+ + tr:last-child td:last-child{
+ font-size:24px;
+ }
+ +

last diff --git a/html5_css3/rinkou4.html b/html5_css3/rinkou4.html index 513e016..cf5073e 100644 --- a/html5_css3/rinkou4.html +++ b/html5_css3/rinkou4.html @@ -47,5 +47,11 @@ 19800円 +

付け加えるもの

+

+ tr:nth-last-child(-n+3) td{
+ text-align: right;
+}
+