mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
compositor
This commit is contained in:
parent
04c4b44b13
commit
7613db7abc
3 changed files with 155 additions and 3 deletions
|
|
@ -60,6 +60,12 @@
|
|||
\"Start turtorial.\"<br>
|
||||
(initialize #'on-new-window)<br>
|
||||
(open-browser))")
|
||||
(let* ((com (create-web-compositor main))
|
||||
(img (create-img com :url-src "/img/kiarash-mansouri-fzoSNcxqtp8-unsplash.jpg"))
|
||||
(txt (create-div com :content "Beyond!")))
|
||||
(setf (box-width img) "100%")
|
||||
(composite-middle txt)
|
||||
(add-class txt "w3-text-white w3-cursive w3-xxxlarge"))
|
||||
(run body)))
|
||||
|
||||
(defun start-tutorial ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue