Answer the question
In order to leave comments, you need to log in
How to make make rounded corners of a Node-Webkit application?
Hello everyone)
In general, I started writing an application for Node-Webkit .
I wanted to make up my interface and then the question arose, how to make rounded corners of the application?
CSS Code:
body {
width: 800px;
height: 500px;
font-family: "Segoe UI", sans-serif;
background: transparent;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
overflow-x: hidden;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question