Skip to content

Instantly share code, notes, and snippets.

View fabfelici's full-sized avatar
📱

Fabio Felici fabfelici

📱
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="initial-scale=1.0" />
</head>
<body>
<div id="editor" contenteditable="true"></div>
</body>
</html>
import SwiftUI
struct Card: View {
var body: some View {
HStack(spacing: 0) {
Color.gray
.frame(width: Size.largeImageSize)
ZStack(alignment: .leading) {
Color.yellow