Ver Código Fonte

Add a few standard styles

Lucas Stadler 9 anos atrás
pai
commit
85d26463a3
1 arquivos alterados com 15 adições e 0 exclusões
  1. 15 0
      go/blog/blog.go

+ 15 - 0
go/blog/blog.go

@ -63,6 +63,21 @@ func main() {
63 63
<head>
64 64
	<meta charset="utf-8" />
65 65
	<title>A blog</title>
66
	<style>
67
		article header {
68
			display: flex;
69
			align-items: center;
70
		}
71
72
		article h1 {
73
			margin: 0;
74
			margin-right: 1em;
75
		}
76
77
		article time {
78
			color: #666;
79
		}
80
	</style>
66 81
</head>
67 82
68 83
<body>