OUO工具箱 - OUOTOOL html, body { background-color: #fff; color: #636b6f; font-family: ‘Nunito’, sans-serif; font-weight: 200; height: 100vh; margin: 0; }
.full-height { height: 100vh; }
.flex-center { align-items: center; display: flex; justify-content: center; }
.position-ref { position: relative; }
.top-right { position: absolute; right: 10px; top: 18px; }
.content { text-align: center; }
.title { font-size: 84px; }
.links > a { color: #636b6f; padding: 0 25px; font-size: 13px; font-weight: 600;
这是一个名为OUO工具箱的网站。该网站采用响应式设计,背景颜色为白色,字体颜色为灰色,使用的字体是无衬线字体Nunito。整个页面的高度占据视口的高度,没有外边距。通过使用Flex布局,内容在页面中居中显示。标题使用了84像素的字体大小,链接文字颜色也是灰色。整个页面的设计风格简洁而优雅,适用于各种设备和屏幕尺寸。