出会い系を作ろう

Created Date: 2019-01-02/ updated date: 2019-01-05
Owner & Collaborators
License
Summary
『高専に入ったけど男しか居ない!』
そんな悩みを抱えている高専男子は居ませんか?
同じくそんな悩みを抱え、出会い系サイトを作ろうとしていた俺(hagetouhi1108)と、ソーシャルwebアプリを作ろうとしていた髙﨑がタッグを組んで24時間で掲示板webアプリを作りました。
その記録です。

Memo

matching.css

posted by hagetouhi1108 on January 04, 2019
body{
    font-family: Quicksand, 游ゴシック体, YuGothic, 'ヒラギノ角ゴシック Pro',メイリオ, Meiryo,'MS Pゴシック', sans-serif;
width: 70%;
position: relative;
left: 15%;
}
#pink{
color: pink;
}
.margin{
margin: 8px;
}
.top{
vertical-align: top;
}
.center{
text-align: center;
}
.left{
text-align: left;
}
.contribution{
margin: 10px;
}
#male{
color: blue;
}
#female{
color: red;
}
#other{
color: green;
}

Comments