Newer
Older
renshu-2021 / members / c120087-kodama / sample.css
@kodama kazuma kodama kazuma on 25 May 2021 448 bytes 紹介用ページ


[[ RAW TEXT(DOWNLOAD here) ]]

body, html{
    width: 100%;
    height: 100%;
}

body{
    background-color: lightyellow; 
}

h2{ width: 500px;
}

table{
    width: 40%;
    border-spacing: 0;
}

table th{
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
    border: 1px solid black;
}

table td{
    border-bottom: solid 2px #ddd;
    padding: 10px 0;
    border: 1px solid black;
}

p{ 
    width: 500px;
    border: 1px solid black;
}